Create a Database Object
Command Prototype
objDatabase = Database.CreateDB(dbtype,dbDict)
Command Description
Create a database object
Parameter Description
- Required Parameter
- dbtype--The type of a database
- dbDict--Connect to the config dictionary of a database
- return
- objDatabase--The variable used to save the output of the function call